Merged
Conversation
Changes: - Migrate 10 hooks from api/university to apis/universities - useDeleteWish, useGetRecommendedUniversities, useGetWishList - useUniversitySearch, useGetUniversitySearchByFilter - useGetUniversityDetail, usePostAddWish, useGetByRegionCountry, useGetIsWish - Add server-side API functions in apis/universities/server - getRecommendedUniversity, getUniversityDetail - getSearchUniversitiesByText, getSearchUniversitiesByFilter - getAllUniversities, getCategorizedUniversities - Update QueryKeys: domain-specific → centralized (QueryKeys.universities.*) - Update component imports (8 files) - Add api-migration-prd.md documentation - Remove legacy api/university folder Breaking changes: None (internal refactoring)
- UniversityDetail import 경로 수정 (../ → ./_ui/) - QueryKeys에 universityDetail 추가 - useGetRecommendedUniversity에서 useAuthStore 직접 사용 - MentorApplyCountModal 컴포넌트 복구 - ScoreCard에 toast import 추가
- Migrate all 13 domains (63+ files) to src/apis - Update all component imports from @/api to @/apis - Add domain-specific QueryKeys (ChatQueryKeys, MentorQueryKeys, etc.) - Implement infinite scroll, optimistic updates, and prefetch patterns - Add SSR support with getPostListServer for community - Remove legacy src/api folder - Update PRD documentation to reflect completion Domains migrated: - auth, my/MyPage, community, chat - mentor/mentee/mentors, news, Scores - applications, reports, image-upload
|
Important Review skippedToo many files! 84 files out of 234 files are above the max files limit of 150. You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 내용